home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 February
/
Macworld (1998-02).dmg
/
Inside Macworld
/
Alphamania 2 & Effector Sets
/
AlphaMania 2
/
methods and modes.dir
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-12-19
|
349 b
|
13 lines
on mouseUp
global kCandyHeartSprite
set fxl to GetEffectList(sprite(kCandyHeartSprite))
if count(fxl) = 2 then
RemoveAllEffects(sprite(kCandyHeartSprite))
end if
set the drawMethod of member "candyheart" to #reveal
set the sourceRelToSprite of member "candyheart" to 0
CenterSprite()
UpdateOutput("reveal")
StylizeOutput()
end